rsInvalidItemPath error  SQL Server 2005 Reports
Hi All ,I created a Report project . Build was succeded , and deployment was also succeded . but inthe internet explorer it is giving following error URL is http://localhost:9003/ReportServer?%2fReport+Project1%2f&rs%3aClearSession=true&rc%3aView=2d1cc269-0d58-4f20-80c0-48f570287110and error is Reporting Services Error The path of the item "/Report Project1/" is not valid. The path must be less than 260 characters long and must not start with slash. Other restrictions apply. (rsInvalidItemPath) Get Online Help SQL Server Reporting Services Please advice what to do to avoid this error
September 15th, 2005 11:53am

Hi all,I manulally deleted all the special charecters from the url make it likehttp://localhost:9003/ReportServer?Report+Project1&ClearSession=true&view=2d1cc269-0d58-4f20-80c0-48f570287110I was able to view my reports in the browserThanks and regardsShagun Kharehttp://itstechworld.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
September 15th, 2005 1:33pm

Hai, I have thesimiliar error too. The path of the item "/Report/EmployeeLeave_Summary&rctylesheet=HtmlViewer" is not valid. The path must be less than 260 characters long and must start with slash. Other restrictions apply. (rsInvalidItemPath) But i'm using the report viewer to display the reports. Here is my coding to pass in the report url and the report path to reporting services by using the report viewer. /********************************************************************************************************************************* Me.ReportViewer1.ServerReport.ReportServerUrl = New System.Uri(ConfigurationManager.AppSettings("ReportRoot")) Me.ReportViewer1.ServerReport.ReportPath = ConfigurationManager.AppSettings("ReportFolder") & Request.QueryString("ReportFile") & "&rctylesheet=HtmlViewer" Me.ReportViewer1.ServerReport.Refresh() ****************************************************************************************************************************************/ Wheni remove the "&rctylesheet=HtmlViewer", it is work. But, I need add in the "&rctylesheet=HtmlViewer" to change the default style. How i can solve the error with adding the "&rctylesheet=HtmlViewer"? Thanks
July 31st, 2007 5:13am

I'm having the same problem with a the SQL Reporting Services Sharepoint addin. The path of the item 'http://someserver/report' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath) I've tried various different ways to format the URL, but I can't get the web part to recognize in Sharepoint. Stand-alone, the report works fine. Any thoughts?
Free Windows Admin Tool Kit Click here and download it now
August 9th, 2007 6:45pm

Hi, I did something that fixed my issue: I went into the Sharepoint Central Administration web page (you know, it would be localhost:admin port in the address bar of your web browser like say http://locahost:26631 or whatever your port is). If you don't know the port, you should be able to find it by going to the IIS Manager, clicking websites, right clicking on the "Share Point Central Administration" site and it will reveal a popup that shows the TCP Port that has been assigned to the admin web page. Anyhow, I went to that webpage in my browser, it pulled up the Central Administration tool for Sharepoint in the browser. I picked "Application Management" along the right hand side, there was a "Reporting Services" section in the Application Management page. I picked "Manage integration settings" and it gave me a spot to put in the url of my report server, which should be something like "http://<my server>/reportserver on your machine. I also clicked on the "Grant Database Access" link in the Sharepoint Central Administration Application Management page and added the security I needed to that database. After that it worked like a charm. I don't know if you have this but there seems to be another piece needed to get the SSRS to work with Sharepoint -- you may need to install the "SharePointRS.msi" http://www.microsoft.com/downloads/details.aspx?familyid=1E53F882-0C16-4847-B331-132274AE8C84&displaylang=en That's where I got the SharePointRS.msi. See if that works...
June 11th, 2008 1:41am

Hi, I'm having the same problem with a the SQL Reporting Services. The path of the item 'http://fullpath' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. I'm able to view the report in browser. But when I render the report through my .NET application. It gives the above error.
Free Windows Admin Tool Kit Click here and download it now
November 11th, 2008 6:14am

I got the solution. It's expecting folder name of the report. For example I have an report inside the foldre name called "SalesReports". Hence report path will be "/SalesReports/Reportname". If you are not having folder then reportpath wiil be "/Reportname" Byte[] result=null; string reportsInitialPath ="/SalesReports/"; string reportpath = reportsInitialPath + "Order Custom"; --Not a rdl Name. It's name of the report in the Report Manager or CRM result = rs.Render(reportpath,....
November 12th, 2008 9:44pm

I have similar problem. I see error message: System.Web.Services.Protocols.SoapException: The path of the item 'https://uran/Shared Documents/Report4.rdl' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: The path of the item 'https://uran/Shared Documents/Report4.rdl' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. w Microsoft.ReportingServices.WebServer.ReportingService2006.Initialize(TrustedUserHeader userHeader, String item) w Microsoft.ReportingServices.WebServer.ReportingService2006.GetPermissions(String Item, String[]& Permissions) When I try to change subscription parameters for report. This is fresh instalation of Sharepoint Services (v3. SP2) and Reporting Services for SQL 2008. Best regards, Radek
Free Windows Admin Tool Kit Click here and download it now
December 21st, 2009 7:58pm

Well had a similar issue... The steps I used to resolve them are mentioned in the following link:- http://ishwarnataraj.blogspot.com/2011/12/sharepoint-and-ssrs-configuration.html
December 17th, 2011 5:15am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics